home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / sparc64 / prom / Makefile
Encoding:
Makefile  |  2008-12-24  |  206 b   |  10 lines

  1. # Makefile for the Sun Boot PROM interface library under
  2. # Linux.
  3. #
  4.  
  5. EXTRA_AFLAGS := -ansi
  6. EXTRA_CFLAGS := -Werror
  7.  
  8. lib-y   := bootstr.o devops.o init.o misc.o \
  9.        tree.o console.o printf.o p1275.o cif.o
  10.